home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Shareware City / Developers / RLaB / help / matrix < prev    next >
Encoding:
Text File  |  1994-02-21  |  265 b   |  20 lines  |  [TEXT/RLAB]

  1. matrix:
  2.  
  3. Syntax:    matrix ( a )
  4.  
  5. Description:
  6.  
  7.     The matrix function attempts to cast (convert) it's argument
  8.     to a matrix. Thus;
  9.  
  10.     matrix ( 3.14 )
  11.  
  12.     will produce a 1-by-1 matrix.
  13.  
  14.     matrix()
  15.  
  16.     will produce a NULL matrix (a matrix with no elements).
  17.  
  18.  
  19. See Also: scalar
  20.